Programming Languages
epub |eng | 2014-03-29 | Author:Gomaa, Hassan...
Decisions about Integrating Communication Models The integration of use case–based communication diagrams to form feature-based communication diagrams was described in Chapter 9. The same approach can be used to integrate ...
( Category:
Programming
November 8,2017 )
epub |eng | 2014-05-21 | Author:Wingerd, Laura
Figure 6-2. P4Web’s Submitted Changelists page You can have as many P4Web page bookmarks as you want to monitor activity in the depot paths that are important to you. Hyperlinks ...
( Category:
Programming
November 8,2017 )
azw3, epub, pdf |eng | 2017-08-24 | Author:Saurabh Kapur [Kapur, Saurabh]
mnist = datasets.load_digits() images = mnist.images data_size = len(images) #Preprocessing images images = images.reshape(len(images), -1) labels = mnist.target #Initialize Support Vector Machine SVM_classifier = svm.SVC(gamma=0.001) #Training the data on only ...
( Category:
Programming Languages
November 7,2017 )
epub |eng | 2017-04-27 | Author:Daniel Lélis Baggio
( Category:
Computer Science
November 7,2017 )
epub, pdf |eng | 2018-11-06 | Author:Cay S. Horstmann
* * * Note If you call the groupingByConcurrent method, you get a concurrent map that, when used with a parallel stream, is concurrently populated. This is entirely analogous to ...
( Category:
Programming Languages
November 6,2017 )
epub, azw3, pdf |eng | | Author:Debasish Ray Chawdhuri
We have created an enum DepthFirstTraversalType to pass to the traverseDepthFirst method. We process the current node according to its value. Note that the only thing that changes is when ...
( Category:
Programming Languages
November 6,2017 )
epub, azw3, mobi |eng | 2017-04-25 | Author:Peter Verhas
private void startAsynchronousGuessers( IntervalGuesser[] guessers) { executorService = Executors.newFixedThreadPool(nrThreads); for (IntervalGuesser guesser : guessers) { executorService.execute(guesser); } } private void stopAsynchronousGuessers( IntervalGuesser[] guessers) { executorService.shutdown(); guessQueue.drainTo(new LinkedList<>()); } The code ...
( Category:
Programming
November 6,2017 )
epub, azw3, pdf |eng | | Author:Danish Haroon
Now that David had defined the method in Listing 3-4, he decided to call it and pass the time series object as a parameter while keeping the window size ‘t’ ...
( Category:
Programming Languages
November 6,2017 )
azw3 |eng | 2017-08-21 | Author:Mohamed Sanaulla & Nick Samoylov [Sanaulla, Mohamed]
( Category:
Programming Languages
November 5,2017 )
epub |eng | | Author:Kishori Sharan
// May throw Exception2 } } catch(Exception2 e2) { // Handle Exception2 here } The following snippet of code shows how to catch an exception of one type and rethrow ...
( Category:
Programming Languages
November 4,2017 )
epub, mobi |eng | | Author:2016
Given such input, the function wraps some other complex functions. It creates n-iterations, training a model of the n-cross-validation in-samples, testing the results, and storing scores derived at each iteration ...
( Category:
Programming Languages
November 3,2017 )
azw3, epub |eng | 2017-09-10 | Author:Hacking Studios
Intrusion detection system (IDS) is a blanket term for computer software that monitors a system for any kind of suspicious activity. The information about the suspicious activity is then sent ...
( Category:
Internet & Social Media
November 2,2017 )
epub, pdf |eng | 2013-04-23 | Author:Lorna Jane Mitchell
PHP Client and Server with WSDL Now there is a WSDL file to use with the Library example class, and the client and server code can be altered to take ...
( Category:
Web Development & Design
November 1,2017 )
epub |eng | 0101-01-01 | Author:Bruno Skvorc
But How About the Configuration? As explained earlier, we can pass in parameters as an associative array to the AnnotationBeanFactory class. To manage configuration in our framework, we create two ...
( Category:
Programming Languages
October 30,2017 )
epub |eng | 2018-10-30 | Author:Brad Dayley, Brendan Dayley & Caleb Dayley
The web page that results from Listings 8.5 through 8.10 is shown in Figure 8.2. Figure 8.2 Custom component directive Summary Angular directives extend the behavior of HTML. Directives can ...
( Category:
Web Development & Design
October 30,2017 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12568)Hello! Python by Anthony Briggs(9912)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9777)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7778)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7760)
Grails in Action by Glen Smith Peter Ledbrook(7696)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6808)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6534)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6404)
Kotlin in Action by Dmitry Jemerov(5062)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4316)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3987)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3776)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3719)
The Ultimate iOS Interview Playbook by Avi Tsadok(3694)
